GetPrevious Method (Messages Collection)
The GetPrevious
method returns the previous object in the collection. Returns Nothing if
no previous object exists.
Syntax
Set objMessage
= objMsgColl.GetPrevious( )
Parameters
objMessage
On successful
return, represents the previous Message object in the collection.
objMsgColl
Required. The
Messages collection object.
Remarks
The Get methods
are similar to the Find and Move methods that are used with
Microsoft Access databases. The Get methods take a different name from
these methods because they use a different syntax.
See Also
Update Method (Message Object)